decorative banner

writeLn() Global Function


    writeLn(text)

Description

    The write global function writes output to the info palette and adds a line break at the end.

Parameters

    text

    text string

Example

    writeLn("This line of text appears in the console window with a line break at the end.");

See also

    write() Global Function